home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / javabuilder.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  4.6 KB  |  187 lines

  1. object TPersHolder
  2.   P.Name = 'Java'
  3.   P.Extensions.Strings = (
  4.     'Java files (*.java)|*.java')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       CaseSensitive = True
  10.       UseMetaSymbol = True
  11.       UseMetaToWrapLines = True
  12.       MetaSymbol = '\'
  13.       FIText = 0
  14.       FIIntNum = 1
  15.       FIFloatNum = 2
  16.       FIHexNum = 3
  17.       FISymbol = 9
  18.       UseSymbols = True
  19.       UseComments = True
  20.       UseSingleLineComments = True
  21.       UseMultiLineComments = True
  22.       UseStrings = True
  23.       UseSingleLineStrings = True
  24.       UseNumbers = True
  25.       UsePrefixedNumbers = True
  26.       UseSuffixedNumbers = True
  27.       UseMultipleNumSuffixes = False
  28.       UsePrefixedSuffixedNumbers = True
  29.       UsePSNumComposition = True
  30.       UseKeywords = True
  31.       BlockDelimiters = <>
  32.       SingleLineCommentDelimiters = <
  33.         item
  34.           FontID = 4
  35.           LeftDelimiter = '//'
  36.         end>
  37.       MultiLineCommentDelimiters = <
  38.         item
  39.           FontID = 5
  40.           LeftDelimiter = '/*'
  41.           RightDelimiter = '*/'
  42.         end>
  43.       SingleLineStringDelimiters = <
  44.         item
  45.           FontID = 6
  46.           LeftDelimiter = '"'
  47.           RightDelimiter = '"'
  48.         end
  49.         item
  50.           FontID = 7
  51.           LeftDelimiter = #39
  52.           RightDelimiter = #39
  53.         end>
  54.       NumPrefixes = <
  55.         item
  56.           LeftDelimiter = '0x'
  57.         end
  58.         item
  59.           LeftDelimiter = '0X'
  60.         end>
  61.       NumSuffixes = <
  62.         item
  63.           LeftDelimiter = 'l'
  64.         end
  65.         item
  66.           LeftDelimiter = 'L'
  67.         end
  68.         item
  69.           LeftDelimiter = 'f'
  70.         end
  71.         item
  72.           LeftDelimiter = 'F'
  73.         end
  74.         item
  75.           LeftDelimiter = 'd'
  76.         end
  77.         item
  78.           LeftDelimiter = 'D'
  79.         end>
  80.       NumPrefixesSuffixes = <>
  81.       KeywordSets = <
  82.         item
  83.           FontID = 8
  84.           Name = 'keywords'
  85.           Keywords = 
  86.             'abstract,boolean,break,byte,case,catch,char,class,const,continue' +
  87.             ',default,do,double,else,extends,false,final,finally,float,for,go' +
  88.             'to,if,implements,import,instanceof,int,interface,long,native,new' +
  89.             ',null,package,private,protected,public,return,short,static,super' +
  90.             ',switch,synchronized,this,throw,throws,transient,true,try,void,v' +
  91.             'olatile,while'
  92.         end>
  93.     end>
  94.   P.FontTable = <
  95.     item
  96.       FontID = 0
  97.       GlobalAttrID = 'Whitespace'
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clBlack
  100.       Font.Height = -13
  101.       Font.Name = 'Courier New'
  102.       Font.Style = []
  103.     end
  104.     item
  105.       FontID = 1
  106.       GlobalAttrID = 'Integer'
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clGreen
  109.       Font.Height = -13
  110.       Font.Name = 'Courier New'
  111.       Font.Style = []
  112.     end
  113.     item
  114.       FontID = 2
  115.       GlobalAttrID = 'Float'
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clGreen
  118.       Font.Height = -13
  119.       Font.Name = 'Courier New'
  120.       Font.Style = []
  121.     end
  122.     item
  123.       FontID = 3
  124.       GlobalAttrID = 'Integer'
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clGreen
  127.       Font.Height = -13
  128.       Font.Name = 'Courier New'
  129.       Font.Style = []
  130.     end
  131.     item
  132.       FontID = 4
  133.       GlobalAttrID = 'Comment'
  134.       Font.Charset = DEFAULT_CHARSET
  135.       Font.Color = clGray
  136.       Font.Height = -13
  137.       Font.Name = 'Courier New'
  138.       Font.Style = [fsItalic]
  139.     end
  140.     item
  141.       FontID = 5
  142.       GlobalAttrID = 'Comment'
  143.       Font.Charset = DEFAULT_CHARSET
  144.       Font.Color = clGray
  145.       Font.Height = -13
  146.       Font.Name = 'Courier New'
  147.       Font.Style = [fsItalic]
  148.     end
  149.     item
  150.       FontID = 6
  151.       GlobalAttrID = 'String'
  152.       Font.Charset = DEFAULT_CHARSET
  153.       Font.Color = clMaroon
  154.       Font.Height = -13
  155.       Font.Name = 'Courier New'
  156.       Font.Style = []
  157.     end
  158.     item
  159.       FontID = 7
  160.       GlobalAttrID = 'String'
  161.       Font.Charset = DEFAULT_CHARSET
  162.       Font.Color = clMaroon
  163.       Font.Height = -13
  164.       Font.Name = 'Courier New'
  165.       Font.Style = []
  166.     end
  167.     item
  168.       FontID = 8
  169.       GlobalAttrID = 'Reserved words'
  170.       Font.Charset = DEFAULT_CHARSET
  171.       Font.Color = clBlue
  172.       Font.Height = -13
  173.       Font.Name = 'Courier New'
  174.       Font.Style = [fsBold]
  175.     end
  176.     item
  177.       FontID = 9
  178.       GlobalAttrID = 'Delimiters'
  179.       Font.Charset = DEFAULT_CHARSET
  180.       Font.Color = clBlack
  181.       Font.Height = -13
  182.       Font.Name = 'Courier New'
  183.       Font.Style = []
  184.     end>
  185.   P.SyntaxVersion = 3
  186. end
  187.